Q listing Class
Listing that appears in contextual menus
Constructor
Q listing
(
-
[Object_or_String]
Parameters:
-
[Object_or_String]
Mixed optionalmixed parameter , could be an Object of parameters or String
-
[Object]
Object optionalIf an object then it's a hash of options, that can include:
-
[handler]
Function optionalCallback or Q.Event which will be called when item from the listing selected. -
[blink]
Boolean optionalblink This defines list item blinking on selection. -
[ignoreStartEvent]
Boolean optionalignoreStartEvent If true, ignores initial 'touchstart' / 'mousedown' events. -
[eventDelegate]
Q.Event optionaleventDelegate If provided, then touch / mouse events will be handled using this element.
-
-
[String]
String optionalIf a string, then it's a command which may be: "remove": Destroys selectable listing functionality.
-